home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software2 / Product18 / Setup.exe / Wysi-Wordpress / wordpress.js < prev   
Encoding:
Text File  |  2005-03-31  |  1.4 KB  |  19 lines

  1. /**
  2.  * $Wordpress TinyMCE configuration $
  3.  * Courtesy of http://mudbomb.com/ $
  4.  */
  5.     tinyMCE.init({
  6.         mode : "exact",
  7.         theme : "advanced",
  8.         language : "en",
  9.         plugins : "searchreplace,ibrowser,emotions",
  10.         theme_advanced_disable : "strikethrough,visualaid,anchor,zoom,table,row_before,row_after,delete_row,separator,col_before,col_after,delete_col,bullist,numlist,outdent,indent,undo,redo,link,unlink,anchor,image,cleanup,help,code,preview,sub,sup,separator,charmap,removeformat,visualaid,hr,formatselect,bold,italic,underline,justifyleft,justifyright,justifycenter,justifyfull,cut,copy,paste,forecolor,backcolor",
  11.         theme_advanced_buttons1_add : "bold,italic,underline,strikethrough,forecolor,backcolor,removeformat,numlist,bullist,outdent,indent,justifyleft,justifyright,justifycenter,justifyfull",
  12.         theme_advanced_buttons2_add : "link,unlink,separator,image,ibrowser,separator,emotions,separator,search,replace,separator,cut,copy,paste,separator,code",
  13.         relative_urls : false,
  14.         remove_script_host : false,
  15.         theme_advanced_toolbar_location : "top",
  16.         theme_advanced_toolbar_align : "left",
  17.         extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
  18.         elements : "content"
  19.     });